memory allocation
英 [ˈmeməri ˌæləˈkeɪʃn]
美 [ˈmeməri ˌæləˈkeɪʃn]
网络 内存分配; 内存分派; 內存分配; 内存配置; 存储器分配
双语例句
- To identify the parts of your code that contribute most to memory allocation issues, see Tools.
若要识别代码中最常导致内存分配问题的部分,请参阅工具。 - So the heap is a chunk of memory in a computer's RAM that's conceptually allocated to what's called dynamic memory allocation.
堆是在计算机RAM中的一块内存,它可以进行,动态内存分配。 - Many of the crashes resulting from fuzz testing are direct results of memory allocation mistakes and buffer overflows.
由模糊测试导致的许多故障都是内存分配错误及缓冲器溢出的结果。 - Captured information from the HMC, such as LPAR profile information ( CPU/ Memory allocation), managed system properties, Physical I/ O adapter assignment, Virtual adapter definitions.
从HMC收集信息,比如LPAR配置文件信息(CPU/内存分配)、管理的系统属性、物理I/O适配器分配、虚拟适配器定义。 - This error can be caused by dirty media, CD-ROM read issues, or problems with memory allocation.
这个错误可能是由媒体污损、CD-ROM读取问题或是内存配置的问题所造成。 - A new M_ZERO flag for malloc allows for memory allocation and zeroing in a single operation.
新的面向malloc的MZERO标记允许在单个操作中完成内存分配和调零。 - This code retrieves an instance from the pool, avoiding the memory allocation, construction, and eventual garbage collection.
代码从池中检索到一个实例,从而避免了内存分配、构建和最终的垃圾回收。 - There have been several attempts to add tracking for memory allocation from within client-side JavaScript libraries.
人们曾多次尝试在客户端JavaScript库中添加对内存分配的跟踪。 - With AMS, the Hypervisor can take control of memory allocation automatically.
通过使用AMS,Hypervisor可以自动地控制内存分配。 - Sometimes it seems that more code is dedicated to managing memory allocation and cleanup than actually accomplishing computational tasks!
有时好像致力于管理内存分配和清理的代码比实际完成计算任务的代码还要多!